home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / wpsec102.zip / WPSECURE.CMD < prev    next >
OS/2 REXX Batch file  |  1995-03-04  |  168b  |  7 lines

  1. @echo off
  2. echo Upgrading Workplace Security
  3. COPY D:\WPSECURE\WPSECURE.DLL D:\OS2\DLL 1>NULL
  4. COPY D:\WPSECURE\WPSECURE.HLP D:\OS2\HELP 1>NULL
  5. DEL STARTUP.CMD
  6. Exit
  7.